-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add role-based access control for bridge #1350
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## pjdp1 #1350 +/- ##
==========================================
- Coverage 69.98% 69.52% -0.46%
==========================================
Files 663 672 +9
Lines 55440 56107 +667
==========================================
+ Hits 38800 39011 +211
- Misses 14407 14833 +426
- Partials 2233 2263 +30
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How about changing the panic message of unimplemented tx?
func (m msgServer) ClaimBatch(ctx context.Context, msg *types.MsgClaimBatch) (*types.MsgClaimBatchResponse, error) {
panic("implement me")
}
How about Not supported
or Not implemented
? :)
Because this message will displayed as error when request this tx.
Description
closes: #XXXX
Motivation and context
How has this been tested?
Screenshots (if appropriate):
Checklist:
CHANGELOG.md
client/docs/swagger-ui/swagger.yaml